FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package cezih.hr.encounter-management#0.2.2 (47 ms)

Package cezih.hr.encounter-management
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=cezih.hr.encounter-management@0.2.2&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-create-encounter-message
Url http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-create-encounter-message
Version 0.2.2
Status draft
Date 2022-06-02
Name HRCreateEncounterMessage
Title Poruka zahtjeva za kreiranje nove posjete
Experimental False
Description Ovaj profil definira sadržaj poruke za kreiranje nove posjete.
Copyright Ericsson Nikola Tesla d.d.
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-management-message-header Zaglavlje poruka za upravljanje posjetama
http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter Posjeta
http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message Osnovni podatci FHIR poruka


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "hr-create-encounter-message",
  "url" : "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-create-encounter-message",
  "version" : "0.2.2",
  "name" : "HRCreateEncounterMessage",
  "title" : "Poruka zahtjeva za kreiranje nove posjete",
  "status" : "draft",
  "date" : "2022-06-02",
  "publisher" : "Ericsson Nikola Tesla d.d.",
  "contact" : [
    {
      "name" : "KreÅ¡imir KerÅ¡",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description" : "Ovaj profil definira sadržaj poruke za kreiranje nove posjete.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "HR",
          "display" : "Croatia"
        }
      ],
      "text" : "Croatia"
    }
  ],
  "copyright" : "Ericsson Nikola Tesla d.d.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle",
        "path" : "Bundle"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "resource"
            }
          ],
          "ordered" : false,
          "rules" : "closed"
        },
        "min" : 2,
        "max" : "2",
        "mustSupport" : false
      },
      {
        "id" : "Bundle.entry:MessageHeader",
        "path" : "Bundle.entry",
        "sliceName" : "MessageHeader",
        "short" : "Zaglavlje poruke",
        "min" : 1,
        "max" : "1",
        "mustSupport" : false
      },
      {
        "id" : "Bundle.entry:MessageHeader.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "MessageHeader",
            "profile" : [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-management-message-header"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:MessageHeader.resource.event[x]",
        "path" : "Bundle.entry.resource.event[x]",
        "fixedCoding" : {
          "system" : "http://ent.hr/fhir/CodeSystem/ehe-message-types",
          "code" : "1.1"
        }
      },
      {
        "id" : "Bundle.entry:Encounter",
        "path" : "Bundle.entry",
        "sliceName" : "Encounter",
        "short" : "Podatci o posjeti",
        "min" : 1,
        "max" : "1",
        "mustSupport" : false
      },
      {
        "id" : "Bundle.entry:Encounter.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Encounter",
            "profile" : [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Encounter.resource.identifier",
        "path" : "Bundle.entry.resource.identifier",
        "slicing" : {
          "description" : "Discriminator je definiran u profilu HREncounter",
          "rules" : "closed"
        }
      },
      {
        "id" : "Bundle.entry:Encounter.resource.identifier:jedinstveni-identifikator",
        "path" : "Bundle.entry.resource.identifier",
        "sliceName" : "jedinstveni-identifikator",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Encounter.resource.status",
        "path" : "Bundle.entry.resource.status",
        "fixedCode" : "in-progress"
      },
      {
        "id" : "Bundle.entry:Encounter.resource.class",
        "path" : "Bundle.entry.resource.class",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:Encounter.resource.subject",
        "path" : "Bundle.entry.resource.subject",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:Encounter.resource.participant",
        "path" : "Bundle.entry.resource.participant",
        "short" : "Zdravstveni djelatnici koji su sudjelovali u posjeti",
        "definition" : "Zdravstveni djelatnici se referenciraju koriÅ¡tenjem logičkih referenci (identifikator - HZJZ Å¡ifra zdrastvenig djelatnika ili MBO)\nMora se specificirati barem jedan zdravstveni djelatnik koji mora bit jednak autoru poruke koji je specificiran u zaglavlju poruke (MessageHeader.author).",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:Encounter.resource.period",
        "path" : "Bundle.entry.resource.period",
        "min" : 1
      },
      {
        "id" : "Bundle.entry:Encounter.resource.period.start",
        "path" : "Bundle.entry.resource.period.start",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:Encounter.resource.period.end",
        "path" : "Bundle.entry.resource.period.end",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry:Encounter.resource.serviceProvider",
        "path" : "Bundle.entry.resource.serviceProvider",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.